home *** CD-ROM | disk | FTP | other *** search
/ ftp.msan.hr / ftp.msan.hr.tar / ftp.msan.hr / Drivers / Info Kiosk / Magtek / 99510016.exe / DISK1 / Data1.cab / MTMCPBSE.INF < prev    next >
Windows Setup INFormation  |  2005-02-14  |  2KB  |  97 lines

  1. ; MagTek MCP Protocol Driver
  2. ; Copyright (C) 2005 by MagTek Inc
  3. ; All rights reserved
  4. ; Part Number:30037815-106
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%MagTek%
  9. ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
  10. Class=System
  11. CatalogFile=MTMCPBSE.cat
  12. DriverVer=11/15/2004,1.06
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir   = 12
  16. MTMCPBSE_CopyFiles  = 10, system32\drivers
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %MagTek%   = MagTek.Mfg 
  24.  
  25. [MagTek.Mfg]
  26. %MagTek.DeviceDesc0% = MTMCPBSE,MCPBSE* 
  27.  
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33.  
  34. [MTMCPBSE.NT]
  35. CopyFiles=MTMCPBSE_CopyFiles
  36. AddReg=MTMCPBSE_AddReg
  37.  
  38. [MTMCPBSE.NT.Services]
  39. AddService = MTMCPBASE, 0x00000002 , MTMCPBASE_SVC
  40.  
  41. [MTMCPBSE.NT.HW]
  42.  
  43. [MTMCPBSE_AddReg]
  44. HKLM,%SERVICEROOT%
  45. HKLM,%DEVICEROOT%
  46.  
  47.  
  48. [MTMCPBSE_CopyFiles]
  49. MTMCPBSE.sys,,,2
  50.  
  51.  
  52. ;
  53. ; Service Installation
  54. ;
  55.  
  56.  
  57. [MTMCPBASE_SVC]
  58. DisplayName    = %MTMCPBASE_SvcDesc%
  59. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  60. StartType      = 2                  ; SERVICE_AUTO_START
  61. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  62. ServiceBinary  = %12%\MTMCPBSE.sys
  63. LoadOrderGroup = Extended base               
  64.  
  65.  
  66. ;
  67. ; Source file information
  68. ;
  69.  
  70. [SourceDisksNames.x86]
  71. 1 = %DiskId1%,,,""
  72.  
  73. [SourceDisksFiles]
  74. MTMCPBSE.sys = 1
  75.  
  76.  
  77. [Strings]
  78.  
  79. ;
  80. ; Non-Localizable Strings
  81. ;
  82.  
  83. REG_SZ         = 0x00000000
  84. REG_DWORD      = 0x00010001
  85. SERVICEROOT    = "System\CurrentControlSet\Services\MTMCPBASE"
  86. DEVICEROOT     = "System\CurrentControlSet\Services\MTMCPBASE\Parameters\Devices"
  87.  
  88. ;
  89. ; Localizable Strings
  90. ;
  91.  
  92. MagTek.DeviceDesc0 = "MTMCPBASE"
  93. DiskId1 = "MagTek,Inc Installation Disk #1 (System)"
  94. MagTek = "MagTek,Inc"
  95. MTMCPBASE_SvcDesc="MagTek Communication Protocol Service"
  96.  
  97.